VPC Endpoints
- Allow using
AWS ServiceusingPrivate NetworkfromVPC - No need of
IGandNAT Gateway - Two types of
VPC Endpoints - Gateway
S3andDynamoDBusesGateway- Provision
ENI(i.e.Private IP Address) as entry point - Need
SG
- Interface
- Provision
Targetand useRoute Table - Service, other than
S3andDynamoDB, usesGateway
- Provision
- To establish a
VPC Endpoint - Check
DNS Resolution - Check
Route Table - When there is
VPC Endpointand aPublic Internet Connection,VPC Endpointgot priority. VPC Endpointdoes not support cross region request- From a single
Route Table, can not have multipleVPC Endpointsof the same service. - FYI, A service can have multiple endpoints
- To allow
S3to asVPC Endpoint Gateway, needsEndpoint Policyfor trustedVPC